home *** CD-ROM | disk | FTP | other *** search
/ Minami 58 / MINAMI58.ISO / Varios / Juegos Flash / Gold Yard.exe / scripts / DefineButton2_183 / BUTTONCONDACTION on(release).as next >
Text File  |  2003-04-29  |  173b  |  8 lines

  1. on(release){
  2.    _root.menuover = "";
  3.    _root.restore_health();
  4.    _root.restart();
  5.    _root.gotoAndStop("startgame");
  6.    _root.mainmenu.gotoAndStop("difficulty");
  7. }
  8.